-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Add stubs for NumberFormatter (Intl) #4827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0b9e96a
to
02ef1f6
Compare
@cmb69 Just a heads-up that I rebased the branch yesterday so that you can review it whenever you have time for it :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some comments; also all annotations (except for the @return
annotations for the methods) can now be expressed in the code, since we're supporting union types.
Otherwise looks good to me. Thanks!
02ef1f6
to
a4b9f67
Compare
a4b9f67
to
4f56046
Compare
Thank you for the review :) |
Looks like we're getting close: https://gist.github.com/nikic/e56d77a32b33a351d95e3dc3529caa6a Down to mysqli (for which there is a PR already), a few remainders of intl, and oci8, pgsql, spl, xslt. |
Yep :) I was planning to deal with the rest of the intl ext (although I left some of the biggest components to the end) and review mysqli in the near future. |
No description provided.